home *** CD-ROM | disk | FTP | other *** search
/ Rover 25 Presentation / Rover25_Presentation_CD.bin / Tool2.cst / 00031_Script_go to comfort < prev    next >
Text File  |  2000-01-31  |  181b  |  14 lines

  1. global gMovie, gMenu
  2.  
  3. on mouseUp me
  4.   if gMenu <> 1 then
  5.     puppetSound 3, "uh-urr"
  6.     exit
  7.   else
  8.     
  9.     gMovie = "6" -- movie name
  10.     go to "exit"
  11.   end if
  12. end
  13.  
  14.